- statsmodels (0.14.6+dfsg-1+rpi1) forky-staging; urgency=medium
++statsmodels (0.14.6+dfsg-3+rpi1) forky-staging; urgency=medium
+
+ [changes brought forward from 0.10.2-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Tue, 04 Feb 2020 00:34:03 +0000]
+ * Disable testsuite.
+
+ [changes introduced in 0.11.1-2+rpi1 by Peter Michael Green]
+ * Disable documentation build due to timeouts.
+
- -- Raspbian forward porter <root@raspbian.org> Thu, 15 Jan 2026 06:29:28 +0000
++ -- Raspbian forward porter <root@raspbian.org> Fri, 10 Jul 2026 01:49:37 +0000
++
+ statsmodels (0.14.6+dfsg-3) unstable; urgency=medium
+
+ * Tests: ignore explicit failure of solve_power,
+ probably caused by rounding issues.
+ * Salsa CI: test clean, don't try to build on i386.
+
+ -- Rebecca N. Palmer <rebecca_palmer@zoho.com> Fri, 03 Jul 2026 22:13:01 +0100
+
+ statsmodels (0.14.6+dfsg-2) unstable; urgency=medium
+
+ * Reproducibility: don't execute some examples.
+ * Salsa CI: re-enable debrebuild.
+ * Clean up after build. (Closes: #1047280)
+ * Tests: ignore a known failure to converge.
+ * Remove duplicate tests to avoid failing the build.
+ (Closes: #1141040)
+
+ -- Rebecca N. Palmer <rebecca_palmer@zoho.com> Tue, 30 Jun 2026 19:22:27 +0100
statsmodels (0.14.6+dfsg-1) unstable; urgency=medium
: # 0.9.0 including notebooks step: in glm_weights.ipynb
: # 0.14.5 sphinx-build only: in reading sources, last line output is statsmodels.functional.graphics.hdrboxplot
mkdir -p build/html
-ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
+ifeq (docdisabled,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
python3 debian/datasets/prepopulate_cache.py
+ mv -n examples/python -T examples/python_orig && mkdir -p examples/python
LC_ALL=C.UTF-8 LANGUAGE=C.UTF-8 python3 tools/export_notebooks_to_python.py
PYTHONPATH=$(shell pybuild --print build_dir --interpreter python3) \
BUILDDIR=$(CURDIR)/build \